[doc/manifest] Add build-dependencies to Dependency sections list
authorBehnam Esfahbod <behnam@zwnj.org>
Wed, 26 Jul 2017 06:59:56 +0000 (00:59 -0600)
committerBehnam Esfahbod <behnam@zwnj.org>
Wed, 26 Jul 2017 07:00:39 +0000 (01:00 -0600)
The `[build-dependencies]` section was missing from the Dependency
sections list, making it hard to find its existence and link to
`specifying-dependencies` page. This puts the section title in the list,
so a normal find works.

Background: https://github.com/rust-lang/cargo/issues/4309#issuecomment-317965620

src/doc/manifest.md

index 9b1936a4e8e317c482bffc69b45a1ee526e4a286..abf0a4b158c56b264c9ab63bdca4fe92cf47ab7f 100644 (file)
@@ -220,8 +220,8 @@ assets = "path/to/static"
 # Dependency sections
 
 See the [specifying dependencies page](specifying-dependencies.html) for
-information on the `[dependencies]`, `[dev-dependencies]`, and target-specific
-`[target.*.dependencies]` sections.
+information on the `[dependencies]`, `[dev-dependencies]`,
+`[build-dependencies]`, and target-specific `[target.*.dependencies]` sections.
 
 # The `[profile.*]` sections